home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / gdb-4.12 / sim / h8500 / changelo next >
Encoding:
Text File  |  1994-02-03  |  2.7 KB  |  78 lines

  1. Sat Dec 11 16:35:34 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  2.  
  3.     * compile.c (segforreg): New vector. (sim_resume): Get Z flag
  4.     right for bitops. (sim_store_register, sim_fetch_register,
  5.     sim_set_pc):  Use new register naming convention.
  6.  
  7. Thu Oct 28 19:31:24 1993  Doug Evans  (dje@canuck.cygnus.com)
  8.  
  9.     * compile.c: #include "ansidecl.h" for remote-sim.h.
  10.  
  11. Tue Oct 26 10:02:18 1993  Doug Evans  (dje@canuck.cygnus.com)
  12.  
  13.     * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb.
  14.     * compile.c: #include "sysdep.h" and "remote-sim.h".
  15.     (SET_SEGREG): Protect arg `y' with parens.
  16.     (sim_resume): New arg `siggnal'.
  17.     (sim_write): Use SIM_ADDR for type of arg `addr', int result.
  18.     (sim_read): Ditto, use unsigned char * for arg `buf'.
  19.     (sim_store_register): int result, value passed by reference.
  20.     (sim_fetch_register): int result, use unsigned char * for arg `buf'.
  21.     (sim_trace): Update call to sim_resume.
  22.     (sim_stop_reason): Renamed from sim_stop_signal, new arg `reason',
  23.     int result (error code, currently always 0).
  24.     (sim_set_pc): Update calls to sim_store_register.
  25.     (sim_info): int result, new args `print_fn', `verbose'.
  26.     (sim_kill): int result.
  27.     (sim_open): Ditto, new arg `name'.
  28.     * run.c (main): Update call to sim_info.
  29.  
  30. Sat Oct 23 15:06:10 1993  Doug Evans  (dje@canuck.cygnus.com)
  31.  
  32.     * compile.c (sim_stop_signal): Result is now enum sim_stop.
  33.  
  34. Fri Oct 15 23:52:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  35.  
  36.     * compile.c (sim_kill, sim_open, sim_set_args): New functions.
  37.  
  38. Tue Aug 17 07:17:09 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  39.  
  40.     * compile.c (sim_info): Don't work out simulation ration if
  41.     timetaken is zero.
  42.  
  43. Mon Aug  2 14:08:24 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  44.  
  45.     * compile.c (get_now, now_persec): Use time system call. (find) do
  46.     pjmps right.
  47.  
  48. Tue Jul 13 12:20:19 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  49.  
  50.     * compile.c (sim_set_pc): set cp at the same time. (sim_resume):
  51.     fix pjsr and pjmp.
  52.  
  53. Tue Jun  8 14:34:37 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  54.  
  55.     * compile.c: Remove endian.h dependency.
  56.  
  57. Mon Apr  5 10:08:30 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  58.  
  59.     * run.c (main): Now understands -v.
  60.     * compile.c: Passes all the tests in small model.
  61.  
  62. Mon Mar 29 13:20:36 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  63.  
  64.     * run.c, inst.h compile.c: bug fixes,
  65.  
  66. Thu Mar 25 12:21:18 1993  Stu Grossman  (grossman@cygnus.com)
  67.  
  68.     * compile.c (sim_store_register):  Use GDB names for registers to
  69.     avoid version skew problems.
  70.     * (sim_fetch_register):  Ditto, also return only bits that
  71.     actually exist.
  72.     * configure.in:  Fix srctrigger & srcname to reflect h8500, not h8300.
  73.  
  74. Fri Mar 19 14:46:31 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  75.  
  76.     * inst.h, compile.c, run.c: New files.
  77.  
  78.